projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8bc89
)
(reread_doc_file): Add missing argument declaration.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 3 Apr 2002 05:10:19 +0000
(
05:10
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 3 Apr 2002 05:10:19 +0000
(
05:10
+0000)
src/doc.c
patch
|
blob
|
history
diff --git
a/src/doc.c
b/src/doc.c
index 7ac598e126bcd3dec9955b644dfd10f4e2b61655..7b24db76668e4f2092147686f7530a506f9ad833 100644
(file)
--- a/
src/doc.c
+++ b/
src/doc.c
@@
-337,6
+337,7
@@
read_doc_string (filepos)
static int
reread_doc_file (file)
+ Lisp_Object file;
{
Lisp_Object reply, prompt[3];
struct gcpro gcpro1;